home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / ex / panel / scripts / DefineButton2_23 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2002-03-20  |  140 b   |  10 lines

  1. on(rollOver){
  2.    if(Number(noroll) != 1)
  3.    {
  4.       if(Number(_currentframe) == 1)
  5.       {
  6.          gotoAndStop(2);
  7.       }
  8.    }
  9. }
  10.